@media screen and (max-width:768px) {
    #navPageTop {
        height: 100px;
    }
    .container {
        padding: 0;
    }
    .sitesearch {
        margin-bottom: 20px;
        justify-content: center;
        display: none;
    }

    .fourcol {}
    .header-container .head-box #logo {
        display: none;
    }
    .m_logo {
        display: block!important;
    }
    #logo {
        display: none;
    }
    #navPageTop li:nth-child(1) a {
        border: none;
    }
    .slideContainer {
        display: none;
    }
    #mainShow {
        width: 100%;
        float: none;
    }
    .m-banner-con {
        display: block!important;
    }
    .m-banner {
        padding-left: 0px!important;
        padding-right: 0px!important;
        padding: 0;
    }
    .ninecol {
        margin-top: 20px;
    }
    .content p,
    .content span {
        white-space: normal!important;
        width: 100%;
    }
    .container .twelvecol {
        margin-top: 20px;
    }
}